home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 21
/
CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso
/
CUCD
/
Programming
/
Python-1.4
/
Source
/
Amiga
/
Docs
/
os_module
< prev
next >
Wrap
Text File
|
1998-01-31
|
927b
|
42 lines
OS MODULE
Irmen de Jong - ijong@gak.nl
27 dec. 1996
This document describes the module `os'. This is the portable interface to
the `amiga' module (`posix' module on Unix systems). You should always use
this module instead of the `amiga' module.
This module includes everything that the `amiga' module exports.
Additional functions in `os' module:
execl, execle, execlp, execlpe, execvp, execvpe
All of these raise an exception because they are not implemented.
DATA MEMBERS: (Items marked (*): see below, ABOUT ENVIRONMENT)
curdir : ''
defpath : 'C:'
name : 'amiga'
pardir : '/'
pathsep : ';'
sep : '/'
SUB MODULES:
path (=amigapath module. Always use os.path instead of amigapath)
For documentation, see regular docs on the os module.
SEE ALSO: amiga module, amigapath module